home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / mw2demo.dir / 00006.ls < prev    next >
Encoding:
Text File  |  1995-12-11  |  272 b   |  19 lines

  1. on exitFrame
  2.   open("pitfall.exe")
  3.   if rollOver(3) then
  4.     go("none")
  5.   end if
  6.   if rollOver(4) then
  7.     go("none")
  8.   end if
  9.   if rollOver(10) then
  10.     go("exit")
  11.   end if
  12.   if rollOver(11) then
  13.     go("play")
  14.   end if
  15.   if rollOver(12) then
  16.     go("more")
  17.   end if
  18. end
  19.